Skip to content

fix(redirects): Add missing redirects for integration pages#17661

Merged
sfanahata merged 3 commits intomasterfrom
mh/fix-incidentio-redirect
May 7, 2026
Merged

fix(redirects): Add missing redirects for integration pages#17661
sfanahata merged 3 commits intomasterfrom
mh/fix-incidentio-redirect

Conversation

@cleptric
Copy link
Copy Markdown
Member

@cleptric cleptric commented May 7, 2026

Add short-path (/integrations/<slug>/) and old-path (/organization/integrations/<slug>/) redirects for all integration pages that were missed when integrations moved to top-level URL paths in #17483.

131 missing redirects added covering Slack, Jira, GitHub, GitLab, PagerDuty, Linear, Bitbucket, Discord, and 60+ other integrations across all categories (issue-tracking, notification-incidents, source-code-mgmt, deployment, feature-flag, etc.).

Also removes a pre-existing duplicate /organization/integrations/launchdarkly/ redirect entry.

Fixes #17622

cleptric and others added 2 commits May 7, 2026 02:01
Add redirects from /integrations/incidentio/ and
/organization/integrations/incidentio/ to the correct path at
/integrations/issue-tracking/incidentio/.

Fixes #17622
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add short-path (/integrations/<slug>/) and old-path
(/organization/integrations/<slug>/) redirects for all integration
pages that were reorganized into category subdirectories. This covers
70 short-path and 61 old-path redirects for integrations like Slack,
Jira, GitHub, PagerDuty, Linear, and many more.

Also removes a pre-existing duplicate launchdarkly redirect.

Fixes #17622
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment May 7, 2026 7:17pm
sentry-docs Ready Ready Preview, Comment May 7, 2026 7:17pm

Request Review

The wildcard redirect `/organization/integrations/:path*` →
`/integrations/:path*` already handles these paths. Combined with the
new flat-to-categorized `/integrations/<slug>/` redirects, the
individual `/organization/integrations/<slug>/` entries are unnecessary
(they just avoid a double-hop redirect).

Also removes duplicate entries from middleware.ts that are now covered
by redirects.js, keeping only the special cases that need non-standard
routing (project-mgmt/shortcut, jam, cloud-monitoring/cloudflare-workers).

Co-Authored-By: Claude <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy link
Copy Markdown
Contributor

@sfanahata sfanahata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to clean up a bit more, but looks great!

@sfanahata sfanahata merged commit e5865c7 into master May 7, 2026
20 checks passed
@sfanahata sfanahata deleted the mh/fix-incidentio-redirect branch May 7, 2026 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🔗 404 Error

2 participants